From c300a22e13c229ba1619f972c4a58bf55b7a2d66 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Thu, 26 Oct 2006 14:40:22 +0100 Subject: [PATCH] Added VDI.resize method. Signed-off-by: Ewan Mellor --- docs/xen-api/xenapi-datamodel.tex | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/xen-api/xenapi-datamodel.tex b/docs/xen-api/xenapi-datamodel.tex index 1a1adb521c..d11a2ec4c6 100644 --- a/docs/xen-api/xenapi-datamodel.tex +++ b/docs/xen-api/xenapi-datamodel.tex @@ -7259,6 +7259,40 @@ VDI ref The ID of the newly created VDI. +\vspace{0.3cm} +\vspace{0.3cm} +\vspace{0.3cm} +\subsubsection{RPC name:~resize} + +{\bf Overview:} +Resize the vdi to the size. + + \noindent {\bf Signature:} +\begin{verbatim} void resize (session_id s, VDI ref vdi, int size)\end{verbatim} + + +\noindent{\bf Arguments:} + + +\vspace{0.3cm} +\begin{tabular}{|c|c|p{7cm}|} + \hline +{\bf type} & {\bf name} & {\bf description} \\ \hline +{\tt VDI ref } & vdi & The VDI to resize \\ \hline + +{\tt int } & size & The new size of the VDI \\ \hline + +\end{tabular} + +\vspace{0.3cm} + + \noindent {\bf Return Type:} +{\tt +void +} + + + \vspace{0.3cm} \vspace{0.3cm} \vspace{0.3cm} -- 2.30.2